Crate memmap2[−][src]
Expand description
A cross-platform Rust API for memory mapped buffers.
Structs
Mmap | A handle to an immutable memory mapped buffer. |
MmapMut | A handle to a mutable memory mapped buffer. |
MmapOptions | A memory map builder, providing advanced options and flags for specifying memory map behavior. |
MmapRaw | A handle to a raw memory mapped buffer. |